From: Leopold Palomo-Avellaneda Date: Wed, 8 Oct 2014 21:41:16 +0000 (+0200) Subject: Added libjs-jquery dependency to calm lintian X-Git-Tag: archive/raspbian/1.14.0+dfsg-2+rpi1^2~256 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success/%22http:/www.example.com/cgi/success?a=commitdiff_plain;h=0cb3d796a1b3dbf41f657b56a232aa8b4138c126;p=pcl.git Added libjs-jquery dependency to calm lintian --- diff --git a/debian/control b/debian/control index 67fc1098..f707a378 100644 --- a/debian/control +++ b/debian/control @@ -400,7 +400,7 @@ Description: Point Cloud Library - point cloud processing tools Package: libpcl-doc Architecture: all Section: doc -Depends: ${misc:Depends} +Depends: ${misc:Depends}, libjs-jquery Multi-Arch: foreign Description: Point Cloud Library - documentation The Point Cloud Library (PCL) is a standalone, large scale, open diff --git a/debian/rules b/debian/rules index 186e8abd..02e9290e 100755 --- a/debian/rules +++ b/debian/rules @@ -62,7 +62,9 @@ override_dh_install: cmd="dh_link -p pcl-tools usr/share/man/man1/pcl_pointclouds.1 usr/share/man/man1/$$i.1"; \ echo $$cmd; $$cmd; \ done - + + rm -rf debian/tmp/usr/share/doc/libpcl-doc/html/jquery.js + dh_link -p libpcl-doc usr/share/javascript/jquery/jquery.js usr/share/doc/libpcl-doc/html/jquery.js dh_install --list-missing override_dh_strip: